decorative banner

FileSystem fs Class Attribute


    File.fs
    Folder.fs

Description

    The fs class attribute of File or Folder holds the name of the file system (operating system). Possible values are "Windows" or "Macintosh".

Type

    String; read-only.

Example

    write("The local file system is " + File.fs);